home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workbench Designer 2
/
Workbench Designer 2.iso
/
time
/
waituntil
/
waituntil.english
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
AmigaDOS Script File
|
1997-07-31
|
269 b
|
18 lines
.key time/A
.ket }
.bra {
if {time} eq "0"
if EXISTS s:.waits
echo "Dates today:"
cat s:.waits | cut -f5 "-d "
else
echo "No dates today."
endif
quit
endif
run >nil: <nil: s:.waituntil {time}
echo >>s:.waits "run >nil: <nil: s:.waituntil {time}"